chore: apply estate naming mandate — agent_instructions->bot_directives, 6a2->descriptiles#301
Merged
Merged
Conversation
…es, 6a2->descriptiles
Per the 2026-06-30 estate naming mandate (register: standards/CANONICAL-NAMES.adoc):
- merge .machine_readable/agent_instructions/ (README.adoc, coverage.a2ml,
debt.a2ml, methodology.a2ml) into .machine_readable/bot_directives/
- rename .machine_readable/6a2/ -> .machine_readable/descriptiles/
('6a2' is fully deprecated; family name is 'descriptiles')
- update in-repo path references (0-AI-MANIFEST.a2ml,
scripts/collect-field-signal.sh, adjust/bust contractile .ncl files,
bot_directives/README.adoc self-reference)
Deliberate exception: descriptiles/STATE.a2ml line 1318 still points at
hyperpolymath/standards .machine_readable/agent_instructions/debt.a2ml —
the standards repo has NOT migrated yet, so that pointer stays as-is.
Reference updates in .md/.adoc/.rs files are deferred (pre-commit hook
requires MPL-2.0 SPDX headers those CC-BY-SA-4.0 docs cannot carry;
licence-line edits are owner-gated).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies the 2026-06-30 estate naming mandate (register:
standards/CANONICAL-NAMES.adoc) to echidna.Renames (git mv, history-preserving)
.machine_readable/agent_instructions/merged into.machine_readable/bot_directives/— README.adoc, coverage.a2ml, debt.a2ml, methodology.a2ml join the existing echidnabot.a2ml (no filename collisions); the emptyagent_instructions/dir is gone..machine_readable/6a2/->.machine_readable/descriptiles/—6a2is FULLY DEPRECATED; the family name isdescriptiles.Reference updates
0-AI-MANIFEST.a2ml— 6 path references ([context-tiers],[canonical-locations],[session-protocol])scripts/collect-field-signal.sh—STATE_FILEpath.machine_readable/contractiles/adjust/adjust.k9.ncl+bust/bust.k9.ncl— 2 paths eachbot_directives/README.adoc— self-reference on the moved fileStandards-pointer exception (deliberate)
descriptiles/STATE.a2mlline 1318 references hyperpolymath/standards.machine_readable/agent_instructions/debt.a2mland is kept as-is: standards has NOT migrated yet (verified 2026-07-01 —standards/.machine_readablestill hasagent_instructions/+6a2/, nobot_directives/). The earlier local commit fd54bbd wrongly rewrote that pointer; this PR does not repeat that mistake.Deferred (pre-commit hook constraint)
20 files with stale
6a2/path references could not be staged: the pre-commit hook requires anSPDX-License-Identifier: MPL-2.0header + canonical owner line in every staged.md/.adoc/.rsfile, but these docs are CC-BY-SA-4.0 (or lack the exact owner line), and licence-line edits are owner-gated. They are: AFFIRMATION.adoc, RSR_COMPLIANCE.adoc, CHANGELOG.md, .claude/CLAUDE.md, crates/echidna-core-spark/src/lib.rs, docs/ARCHITECTURE.md, docs/PROVER_COUNT.md, docs/ROADMAP.md, docs/decisions/2026-05-19-ci-baseline-triage.md, docs/decisions/2026-05-30-chapel-rehabilitation.md, docs/handover/{HANDOVER-INDEX,L3-LIVE-PROVER-CI-PROMPT,PHASE-3-PROMPT,PRODUCTION-WIRING-PLAN,README,STATE,TODO,llm-warmup-dev}.md, docs/wiki/{FAQ,Home}.md. (Historical scanner artifactsreports/hypatia-findings*.jsonwere left untouched by design; remaining6a2grep hits are hex-checksum false positives in lockfiles/models.)🤖 Generated with Claude Code